var internal/cpu.options
10 uses
internal/cpu (current package)
cpu.go#L131: var options []option
cpu.go#L179: for i := range options {
cpu.go#L180: options[i].Specified = true
cpu.go#L181: options[i].Enable = enable
cpu.go#L186: for i := range options {
cpu.go#L187: if options[i].Name == key {
cpu.go#L188: options[i].Specified = true
cpu.go#L189: options[i].Enable = enable
cpu.go#L197: for _, o := range options {
cpu_x86.go#L47: options = []option{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)